holygrail2 1.2.1 → 1.2.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "holygrail2",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "A minimal, responsive, style-agnostic CSS framework.",
5
5
  "main": "scss/style.scss",
6
6
  "directories": {
@@ -1317,7 +1317,7 @@ button {
1317
1317
  .btn-square {
1318
1318
  color: $c-white;
1319
1319
  background-color: $c-secondary-30;
1320
- border: 1px solid $c-primary;
1320
+ border: none;
1321
1321
  width: 20px;
1322
1322
  height: 20px;
1323
1323
  padding: 2px;