pallote-css 0.2.18 → 0.2.19

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.
@@ -121,6 +121,6 @@ $step: 5;
121
121
  // border-radius
122
122
  // —————————————————————————————————————————————————————————————————
123
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; }
124
+ .br-sm { border-radius: $border-radius-sm; }
125
+ .br-md { border-radius: $border-radius-md; }
126
+ .br-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.18",
3
+ "version": "0.2.19",
4
4
  "description": "CSS component library",
5
5
  "main": "dist/styles/pallote.css",
6
6
  "files": [