@sysvale/cuida 3.116.0 → 3.117.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/README.md CHANGED
@@ -51,8 +51,13 @@ app.provide('cdsUtils', cdsUtils);
51
51
  <cds-badge variant="gray"> Conteúdo </cds-badge>
52
52
  ```
53
53
 
54
- - Para utilizar os tokens, importe-os na sua tag script.
54
+ - Para utilizar os tokens do Cuida instale o sass-embedded
55
55
 
56
+ ```bash
57
+ npm install -D sass-embedded
58
+ ```
59
+
60
+ e importe o arquivo de tokens na sua tag script.
56
61
  ```html
57
62
  <style lang="scss" scoped>
58
63
  @import 'node_modules/@sysvale/cuida/dist/@sysvale/tokens.scss';