0.1.1 • Published 5 years ago

@thedesignsystem/tokens v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

Tokens

This package provides .scss files providing: colors, typography, shadows, spacing and more

Comments

This package contains the files: bundle-soft.scss and bundle-hard.scss, those two options are similar, but the difference is: hard is the implementation that changes styles directly in HTML elements like: <h1>, <h2>, <h3>, <h4>, <h5>, <p> and <a>, consequently soft is the implementation that only provides classes with the prefix .tokens-

Uso

In angular.json at styles node add the global scss file.

"styles": [
  "node_modules/@thedesignsystem/tokens/bundle/bundle-<hard or soft>.scss"
]
0.1.1

5 years ago

0.1.0

5 years ago