fipamothemekit/.stylelintrc
are0h 9708968f35 Added stylelint for pure css
Starting the process of moving away from using pre-processors, so I
added some stylelinting that will keep my pure css tight while still
using prettier for formatting.
2022-10-21 16:08:39 -07:00

3 lines
44 B
Text

{
"extends": "stylelint-config-standard"
}