An open API service indexing awesome lists of open source software.

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.

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