pallote-css 0.2.16 → 0.2.18

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.
@@ -3,7 +3,7 @@
3
3
  // spacing and size
4
4
  // position
5
5
  // display
6
- // misc
6
+ // border-radius
7
7
  // —————————————————————————————————————————————————————————————————
8
8
 
9
9
  // —————————————————————————————————————————————————————————————————
@@ -118,5 +118,9 @@ $step: 5;
118
118
  }
119
119
 
120
120
  // —————————————————————————————————————————————————————————————————
121
- // misc
121
+ // border-radius
122
122
  // —————————————————————————————————————————————————————————————————
123
+
124
+ .border-radius-sm { border-radius: $border-radius-sm; }
125
+ .border-radius-md { border-radius: $border-radius-md; }
126
+ .border-radius-lg { border-radius: $border-radius-lg; }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pallote-css",
3
- "version": "0.2.16",
3
+ "version": "0.2.18",
4
4
  "description": "CSS component library",
5
5
  "main": "dist/styles/pallote.css",
6
6
  "files": [