Skip to content

Commit

Permalink
fix: remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
claudaniloxavier committed Nov 28, 2023
1 parent d84767a commit ff211c8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 27 deletions.
22 changes: 11 additions & 11 deletions .releaserc
Expand Up @@ -39,57 +39,57 @@
"types": [
{
"type": "feat",
"section": ":sparkles: Features",
"section": "Features",
"hidden": false
},
{
"type": "fix",
"section": ":bug: Bug Fixes",
"section": "Bug Fixes",
"hidden": false
},
{
"type": "perf",
"section": ":zap: Performance Improvements",
"section": "Performance Improvements",
"hidden": false
},
{
"type": "revert",
"section": ":rewind: Reverts",
"section": "Reverts",
"hidden": true
},
{
"type": "docs",
"section": ":books: Documentation",
"section": "Documentation",
"hidden": true
},
{
"type": "style",
"section": ":lipstick: Styles",
"section": "Styles",
"hidden": true
},
{
"type": "chore",
"section": ":octopus: Miscellaneous Chores",
"section": "Miscellaneous Chores",
"hidden": true
},
{
"type": "refactor",
"section": ":recycle: Code Refactoring",
"section": "Code Refactoring",
"hidden": true
},
{
"type": "test",
"section": ":white_check_mark: Tests",
"section": "Tests",
"hidden": true
},
{
"type": "build",
"section": ":package: Build System",
"section": "Build System",
"hidden": true
},
{
"type": "ci",
"section": ":construction_worker: Continuous Integration",
"section": "Continuous Integration",
"hidden": true
}
]
Expand Down
16 changes: 0 additions & 16 deletions lib/components/Button/styles.module.scss
Expand Up @@ -47,10 +47,6 @@ $disabled-opacity: 0.42;
transform: translateY(1px);
}

// -------------------
// COLORS
// -------------------

&.primary {
&.solid {
background-color: color.$primary-500;
Expand Down Expand Up @@ -216,10 +212,6 @@ $disabled-opacity: 0.42;
}
}

// -------------------
// SIZES
// -------------------

&.small {
padding: spacing.$spacing-xxxs spacing.$spacing-xxs;
font-size: font.$size-xxxs;
Expand Down Expand Up @@ -264,10 +256,6 @@ $disabled-opacity: 0.42;
}
}

// -------------------
// RADIUS
// -------------------

&.radius {
border-radius: border.$radius-sm;
}
Expand All @@ -280,10 +268,6 @@ $disabled-opacity: 0.42;
box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
}

// -------------------
// ICON ALIGNMENT
// -------------------

&.row {
flex-direction: row;
}
Expand Down

0 comments on commit ff211c8

Please sign in to comment.