This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* You'll need the following packages: stylelint, stylelint-config-standard, stylelint-order */ | |
{ | |
"extends": "stylelint-config-standard", | |
"plugins": [ | |
"stylelint-order" | |
], | |
"rules": { | |
"length-zero-no-unit": [true, {"ignore": ["custom-properties"]}], | |
"property-no-vendor-prefix": null, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
Since Lithium is ghetto and wraps its entire | |
template in a <center> tag, this is how I am | |
wrestling back some measure of page control. | |
--> | |
</center> | |
<!-- [Your template code here] --> |