Socket
Socket
Sign inDemoInstall

@springernature/fec-box

Package Overview
Dependencies
0
Maintainers
10
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @springernature/fec-box

css box pattern


Version published
Weekly downloads
0
decreased by-100%
Maintainers
10
Install size
2.84 kB
Created
Weekly downloads
 

Readme

Source

CSS box pattern

Simple box pattern. Import each scss file into the respective level in your application. If not using the defaults then create your own settings level file within your application.

Examples

Standard using classes

<div class="p-box">box content</div>

Circle using classes

<div class="p-box p-box--circle">box content</div>

Standard using @mixin

.class-name {
    @include fec-box;
}

Circle using @mixin

.class-name {
    @include fec-box;
    @include fec-box--circle;
}

Keywords

FAQs

Last updated on 18 Jul 2017

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc