@graupl/graupl
Advanced tools
Comparing version 1.0.0-alpha.8 to 1.0.0-alpha.9
@@ -5,2 +5,9 @@ # Changelog | ||
## [1.0.0-alpha.9](https://github.com/Graupl/graupl/compare/v1.0.0-alpha.8...v1.0.0-alpha.9) (2024-05-13) | ||
### Build System | ||
* **npm:** refine exports ([8f40fe8](https://github.com/Graupl/graupl/commit/8f40fe88234032cff2782622a348dcb4cbf42541)) | ||
## [1.0.0-alpha.8](https://github.com/Graupl/graupl/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2024-05-03) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "@graupl/graupl", | ||
"version": "1.0.0-alpha.8", | ||
"version": "1.0.0-alpha.9", | ||
"description": "A modular and modern CSS framework.", | ||
@@ -10,37 +10,7 @@ "type": "module", | ||
}, | ||
"./base.scss": { | ||
"sass": "./scss/base.scss" | ||
"./*.scss": { | ||
"sass": "./scss/*.scss" | ||
}, | ||
"./base/*.scss": { | ||
"sass": "./scss/base/*.scss" | ||
}, | ||
"./component.scss": { | ||
"sass": "./scss/component.scss" | ||
}, | ||
"./component/*.scss": { | ||
"sass": "./scss/component/*.scss" | ||
}, | ||
"./layout.scss": { | ||
"sass": "./scss/layout.scss" | ||
}, | ||
"./layout/*.scss": { | ||
"sass": "./scss/layout/*.scss" | ||
}, | ||
"./state.scss": { | ||
"sass": "./scss/state.scss" | ||
}, | ||
"./state/*.scss": { | ||
"sass": "./scss/state/*.scss" | ||
}, | ||
"./theme.scss": { | ||
"sass": "./scss/theme.scss" | ||
}, | ||
"./theme/*.scss": { | ||
"sass": "./scss/theme/*.scss" | ||
}, | ||
"./utilities.scss": { | ||
"sass": "./scss/utilities.scss" | ||
}, | ||
"./utilities/*.scss": { | ||
"sass": "./scss/utilities/*.scss" | ||
"./src/*.scss": { | ||
"sass": "./src/scss/*.scss" | ||
} | ||
@@ -47,0 +17,0 @@ }, |
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
589781