https://github.com/animify/frame
🦄 [WIP] Super simple, functional & responsive SCSS utility belt.
https://github.com/animify/frame
css frame framework functional responsive scss utility-classes
Last synced: about 1 year ago
JSON representation
🦄 [WIP] Super simple, functional & responsive SCSS utility belt.
- Host: GitHub
- URL: https://github.com/animify/frame
- Owner: animify
- License: mit
- Created: 2019-01-29T19:32:52.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T16:44:35.000Z (over 3 years ago)
- Last Synced: 2025-03-11T04:43:15.995Z (about 1 year ago)
- Topics: css, frame, framework, functional, responsive, scss, utility-classes
- Language: CSS
- Homepage: https://framecss.com
- Size: 4.43 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Frame CSS 🦄
A super simple, functional & responsive SCSS utility belt.
---
## Responsiveness
**xs**: `0px`
**sm**: `640px`
**md**: `768px`
**lg**: `1024px`
**xl**: `1280px`
## Properties
Modifiers that alter CSS properties.
### Border
Border properties - responsive ✅
#### `.bn`
Set border none
#### `.ba`
Set border around
#### `.bt`
Set border top
#### `.bb`
Set border bottom
#### `.br`
Set border right
#### `.bl`
Set border left