@littlemissrobot/sass-mixins
Advanced tools
Comparing version 0.0.8 to 0.1.0
{ | ||
"name": "@littlemissrobot/sass-mixins", | ||
"version": "0.0.8", | ||
"version": "0.1.0", | ||
"description": "Little Miss Robot sass mixins library that helps execute reusable and complex tasks", | ||
"main": "index.js", | ||
"scripts": { | ||
"start": "webpack-dev-server --inline --config .webpack/webpack.dev.js", | ||
"build": "webpack -p --config .webpack/webpack.prod.js", | ||
"start": "NODE_ENV=local ./node_modules/.bin/gulp start --gulpfile .gulp/Gulpfile.js", | ||
"build": "NODE_ENV=prod ./node_modules/.bin/gulp build --gulpfile .gulp/Gulpfile.js", | ||
"todo": "leasot -x --reporter markdown 'src/**/*.html' 'src/**/*.scss' > TODO.md", | ||
@@ -28,20 +28,11 @@ "prepublishOnly": "npm run build" | ||
"@littlemissrobot/stylelint-config": "^1.0.7", | ||
"clean-webpack-plugin": "^3.0.0", | ||
"copy-webpack-plugin": "^5.1.1", | ||
"css-loader": "^3.4.2", | ||
"html-webpack-plugin": "^3.2.0", | ||
"browser-sync": "^2.26.7", | ||
"gulp": "^4.0.2", | ||
"gulp-postcss": "^8.0.0", | ||
"gulp-sass": "^4.0.2", | ||
"gulp-stylelint": "^13.0.0", | ||
"leasot": "^10.0.0", | ||
"node-sass": "^4.13.0", | ||
"postcss-loader": "^3.0.0", | ||
"postcss-preset-env": "^6.7.0", | ||
"postcss-scss": "^2.0.0", | ||
"sass-loader": "^8.0.2", | ||
"style-loader": "^1.1.2", | ||
"stylelint": "^13.0.0", | ||
"stylelint-webpack-plugin": "^1.2.1", | ||
"webpack": "^4.41.5", | ||
"webpack-cli": "^3.3.10", | ||
"webpack-dev-server": "^3.10.1", | ||
"webpack-fix-style-only-entries": "^0.4.0", | ||
"webpack-merge": "^4.2.2" | ||
"stylelint": "^13.3.0" | ||
}, | ||
@@ -48,0 +39,0 @@ "dependencies": { |
@@ -12,2 +12,6 @@ # Little Miss Robot - Sass mixins | ||
## Dependencies | ||
- [@littlemissrobot/sass-functions/lib/main](https://www.npmjs.com/package/@littlemissrobot/sass-functions) | ||
## Install | ||
@@ -23,3 +27,7 @@ ```sh | ||
```scss | ||
@import "~@littlemissrobot/sass-mixins/lib/main"; | ||
@import | ||
// Dependency | ||
"@littlemissrobot/sass-functions/lib/main", | ||
// Library | ||
"@littlemissrobot/sass-mixins/lib/main"; | ||
``` | ||
@@ -26,0 +34,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10
75
12750