@ulu/frontend 0.1.0-beta.65 → 0.1.0-beta.67

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/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # Change Log
2
2
 
3
+ ## 0.1.0-beta.67
4
+
5
+ - **scss/components/counter-list**
6
+ - Add extra-selector option to allow class wrapper which styles all ol's inside container.
7
+
8
+ ## 0.1.0-beta.66
9
+
10
+ - **scss/components/data-grid**
11
+ - Add missing row gutter breakpoint modifiers (so row gutters use breakpoint sizes)
12
+ - Add missing row gutter at breakpoint work with extra scales
13
+
3
14
  ## 0.1.0-beta.65
4
15
 
5
16
  - **scss/element**
package/README.dev.md CHANGED
@@ -8,9 +8,9 @@
8
8
 
9
9
  ## Docs
10
10
 
11
- ## Updatiing SCSS
11
+ ## Updating SCSS
12
12
 
13
- - Udpate sassdocs markdown by `npm run docs:update:scss`
13
+ - Update sassdocs markdown by `npm run docs:update:scss`
14
14
 
15
15
  ## Updating JS Docs
16
16
 
package/README.md CHANGED
@@ -6,5 +6,11 @@ Front end development library (SCSS, JS)
6
6
  - [Change Log](CHANGELOG.md)
7
7
  - [Development Notes](README.dev.md)
8
8
 
9
+ ## API documentation
10
+
11
+ ### scss
12
+
13
+ #### Workaround for syntax highlighting bug
14
+ - If the syntax highlighting isn't working properly after an example, add an empty line with "///" to workaround that bug
9
15
 
10
16