Socket
Socket
Sign inDemoInstall

@littlemissrobot/sass-breakpoints

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@littlemissrobot/sass-breakpoints - npm Package Compare versions

Comparing version 0.0.2 to 0.1.0

27

package.json
{
"name": "@littlemissrobot/sass-breakpoints",
"version": "0.0.2",
"version": "0.1.0",
"description": "Little Miss Robot breakpoints setup for defining breakpoints and applying media queries",
"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",

@@ -29,20 +29,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"
},

@@ -49,0 +40,0 @@ "dependencies": {

@@ -21,2 +21,6 @@ # Little Miss Robot - Sass Breakpoints

## Dependencies
- [@littlemissrobot/sass-functions/lib/main](https://www.npmjs.com/package/@littlemissrobot/sass-functions)
## Usage

@@ -28,3 +32,7 @@

```scss
@import "~@littlemissrobot/sass-breakpoints/lib/main";
@import
// Dependency
"@littlemissrobot/sass-functions/lib/main",
// Library
"@littlemissrobot/sass-breakpoints/lib/main";
```

@@ -31,0 +39,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc