@estadologico/portfolio-theme
v0.1.1
Published
Tailwind CSS Theme - Clean, just the variables, no HTML, ...
Maintainers
Readme
theme
🚧 Work in progress - Experimenting.
Tailwind CSS Theme - Clean, just the variables, no HTML, ...
Package
Installing the package
npm i @estadologico/themeUsage
Import all variables:
@import "@estadologico/theme/src/theme/all.css";Import custom category:
@import "@estadologico/theme/src/theme/colors.css";
@import "@estadologico/theme/src/theme/spacing.css";Theme preview (this site)
Install dependencies and run build, this will compile the CSS in the dist folder.
npm i
npm run buildOr to edit and view changes live:
npm i
npm run devOpen the dist/index.html file in a live preview.
You should see something like this:

