sassyfication
Version:
Library with sassy mixins to speed up your css workflow
29 lines (28 loc) • 756 B
JSON
{
"name": "sassyfication",
"version": "1.0.3",
"license": "MIT",
"author": "Simon Reinisch <trash@reinisch.io>",
"description": "Library with sassy mixins to speed up your css workflow",
"main": "./src/index.scss",
"homepage": "https://github.com/Simonwep/sassyfication",
"keywords": [
"SASS",
"SCSS",
"CSS",
"Styles",
"Utils"
],
"repository": {
"type": "git",
"url": "https://github.com/Simonwep/sassyfication.git"
},
"scripts": {
"lint": "stylelint src/**/*.scss",
"lint:fix": "stylelint src/**/*.scss --fix"
},
"devDependencies": {
"stylelint-config-sass-guidelines": "^7.1.0",
"stylelint": "^13.7.1"
}
}