@qrsln/lootstrap 22.2.2-beta.0 → 22.2.7-beta.0

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
@@ -9,3 +9,14 @@
9
9
  ![GitHub top language](https://img.shields.io/github/languages/top/krsln/LootStrap)
10
10
 
11
11
  LootStrap is a scss library and is still in beta! There is much to improve!
12
+
13
+ #### Usage
14
+ > angular.json
15
+
16
+ ````json
17
+ {
18
+ "styles": [
19
+ "node_modules/@qrsln/lootstrap/dist/css/lootstrap.css"
20
+ ]
21
+ }
22
+ ````