Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sff

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sff

adaptive frontend framework

  • 1.3.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

SFF

SFF is a small frontend library containing basic typo and form styles with an easy to extend SCSS-API. It is not meant to be compiled without modifications to the default settings and therefore only provides the .scss files.

SFF contains:

  • Base styles
  • Typography
  • Buttons
  • Forms
  • Tables
  • Responsive Flex-Grid
  • Visibility Classes

Customizing

Every variable in the default settings is marked as !default and can be overwritten without copying any files. See the main sff.scss file for the list of all variables.

Usage

Install with npm install sff and add node_modules/sff/src to your SASS include paths.

// Load Settings and Modules
@import 'sff'; 

// Full Include
@include sff();

// Individual Include
@include sff_base();
@include sff_typo();
@include sff_form();
@include sff_button();
@include sff_table();
@include sff_flex();
@include sff_visibility();

Keywords

FAQs

Package last updated on 16 Jul 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc