UNPKG

@11tyrocks/eleventy-plugin-sass-lightningcss

Version:

Compile Sass in Eleventy (11ty) and process it with LightningCSS to minify, prefix, and add future CSS support.

41 lines (40 loc) 998 B
{ "name": "@11tyrocks/eleventy-plugin-sass-lightningcss", "version": "1.3.0", "description": "Compile Sass in Eleventy (11ty) and process it with LightningCSS to minify, prefix, and add future CSS support.", "homepage": "", "main": ".eleventy.js", "scripts": { "start": "eleventy --serve --incremental", "build": "eleventy", "bump": "npm --no-git-tag-version version" }, "repository": { "type": "git", "url": "git+https://github.com/5t3ph/eleventy-plugin-sass-lightningcss.git" }, "keywords": [ "11ty", "11ty-plugin", "eleventy", "eleventy-plugin", "sass", "lightningcss" ], "author": { "name": "5t3ph", "url": "https://11ty.rocks" }, "license": "ISC", "bugs": { "url": "https://github.com/5t3ph/eleventy-plugin-sass-lightningcss/issues" }, "devDependencies": { "@11ty/eleventy": "^2.0.1" }, "dependencies": { "browserslist": "^4.23.0", "lightningcss": "^1.24.1", "sass": "^1.74.1" } }