@aztlan/grid
Advanced tools
Comparing version 0.0.1-alpha.1 to 0.0.1-alpha.9
{ | ||
"name": "@aztlan/grid", | ||
"version": "0.0.1-alpha.1", | ||
"version": "0.0.1-alpha.9", | ||
"license": "MPLv2", | ||
"main": "dist/main.min.css", | ||
"main": "src/_main.scss", | ||
"scripts": { | ||
"compile": "sass src/main.scss dist/main.css && npm run filesize -- dist/main.css", | ||
"compile": "sass src/main.scss dist/main.css -I node_modules -I ../../node_modules && npm run filesize -- dist/main.css", | ||
"minify": "postcss dist/main.css -o dist/main.min.css && npm run filesize -- dist/main.min.css", | ||
"build": "npm run compile && npm run minify", | ||
"prepare": "npm run build", | ||
"iprepare": "npm run build", | ||
"filesize": "du --apparent-size -sh ${1}", | ||
@@ -16,9 +16,10 @@ "lint:stylelint": "stylelint src/**/*.scss --rd --rdd --risd --color --formatter verbose", | ||
"devDependencies": { | ||
"@aztlan/stylelint-config": "^0.0.1-alpha.1", | ||
"cssnano": "^6.0.1", | ||
"postcss-cli": "^10.1.0", | ||
"postcss-preset-env": "^9.2.0", | ||
"postcss-scss": "^4.0.9", | ||
"@aztlan/postcss-config": "^0.0.1-alpha.8", | ||
"@aztlan/stylelint-config": "^0.0.1-alpha.2", | ||
"sass": "^1.69.4" | ||
} | ||
}, | ||
"dependencies": { | ||
"@aztlan/mixins": "^0.0.1-alpha.8" | ||
}, | ||
"gitHead": "ec18dc449e8d18e7179a0fc9fa565de1139db670" | ||
} |
@@ -1,14 +0,3 @@ | ||
module.exports = { | ||
plugins: { | ||
//'css-mqpacker':{}, | ||
'postcss-preset-env': | ||
{ | ||
stage: 2, | ||
}, | ||
'cssnano': { | ||
'preset':[ | ||
'default', | ||
] | ||
} | ||
} | ||
} | ||
const config = require("@aztlan/postcss-config") | ||
module.exports = config |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
20804
3
1
5
5
2
+ Added@aztlan/mixins@0.0.1-alpha.12(transitive)