cacao-css 8.0.0 → 8.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cacao-css",
3
3
  "description": "A set of composable CSS utilities that provide a solid foundation for website projects.",
4
- "version": "8.0.0",
4
+ "version": "8.0.1",
5
5
  "author": "Aptuitiv, Inc <hello@aptuitiv.com>",
6
6
  "license": "MIT",
7
7
  "repository": {
@@ -19,7 +19,7 @@ const convertImports = (args) => {
19
19
  // Fix the "spacing" import path
20
20
  fileContents = fileContents.replace(
21
21
  /@import 'cacao-css\/dist\/spacing\/spacing.css';/g,
22
- '@import \'cacao-css/dist/child-spacing/first-child/spacing/top/top-0.css\';\n@import \'cacao-css/dist/child-spacing/last-child/spacing/bottom/bottom-0.css\';'
22
+ '@import \'cacao-css/dist/child-spacing/variables.css\';\n@import \'cacao-css/dist/child-spacing/first-child/spacing/top/top-0.css\';\n@import \'cacao-css/dist/child-spacing/last-child/spacing/bottom/bottom-0.css\';'
23
23
  );
24
24
 
25
25
  // Write the new file