Skip to content

Commit

Permalink
Merge pull request #67 from uicrooks/dev
Browse files Browse the repository at this point in the history
v2.5.2
  • Loading branch information
sergejcodes authored Apr 3, 2021
2 parents 02f7fad + 1beaae6 commit 55e3edc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 19 deletions.
14 changes: 1 addition & 13 deletions .config/.stylelintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,7 @@ module.exports = {
* add custom rules
* docs: https://stylelint.io/user-guide/rules/list
*/
'at-rule-no-unknown': [
true,
{
ignoreAtRules: [
'tailwind',
'apply',
'variants',
'responsive',
'screen',
'layer'
]
}
],
'at-rule-no-unknown': null,
'no-descending-specificity': null
}
}
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "shopify-theme-lab",
"description": "Customizable modular development environment for blazing-fast Shopify theme creation",
"author": "Sergej Samsonenko <[email protected]>",
"version": "2.5.1",
"version": "2.5.2",
"license": "MIT",
"config": {
"reloader": {
Expand Down Expand Up @@ -58,7 +58,7 @@
"postcss-loader": "^5.2.0",
"postcss-preset-env": "^6.7.0",
"progress-webpack-plugin": "^1.0.12",
"shopify-theme-lab-reloader": "^2.1.2",
"shopify-theme-lab-reloader": "^2.1.3",
"style-loader": "^2.0.0",
"stylelint": "^13.12.0",
"stylelint-config-recommended": "^4.0.0",
Expand Down

0 comments on commit 55e3edc

Please sign in to comment.