
Product
Introducing Repository Labels and Security Policies
Socket is introducing a new way to organize repositories and apply repository-specific security policies.
github.com/alexwolfe/Buttons
#Buttons 2.0
Buttons is a highly customizable production ready mobile web and desktop css button library. Buttons is a free open source project created using Sass.
Authors Alex Wolfe and Rob Levin.
View the showcase demo to see the buttons in action. The showcase provides full list of examples along with code snippets to speed up development.
<!-- Buttons core css -->
<link rel="stylesheet" href="css/buttons.css">
<!-- Only needed if you want support for dropdown menus -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script type="text/javascript" src="js/buttons.js"></script>
<!-- Only needed if you want font icons -->
<link href="//netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.css" rel="stylesheet">
bower install buttons
We've made some major improvements to the Buttons library. In order to integrate buttons into your current project you'll need to make the following changes:
button-flat-primary
to achieve this you now simply add button-flat button-primary
npm install
or sudo npm install
(depending on your system permissions).grunt dev
, this will open a browser with Buttonsnpm install
from your terminal_options.scss
with your own custom values (see example values below)$ sass --watch --scss scss/buttons.scss:css/buttons.css
For Compass run: $ compass watch
css/buttons.css
file should now be updatedTo edit Buttons simply change values within the _options.scss
file. After you make your edits recompile your sass file and your changes will get processed.
(name, background, color)
.(square 0px)
. You can use Sass maps if you're using 3.3. See _options.scss
for details.(jumbo 1.5)
. You can use Sass maps if you're using 3.3. See _options.scss
for details.inherit
and it will be respected.By default, Buttons will include all button types. You can exclude types from your compilation by simply removing the corresponding @import statement in the buttons.scss file.
//Example import statement for 3d button.
@import 'types/3d';
Remove this statement then recompile to create a build without 3d buttons.
Buttons works in all modern browsers (Firefox, Chrome, Safari, IE) and gracefully degrades all to Internet Explorer 8.
Buttons is part of the Unicorn-UI Framework. Created by Alex Wolfe @alexwolfe and Rob Levin @roblevintennis .
FAQs
Unknown package
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.
Product
Socket is introducing a new way to organize repositories and apply repository-specific security policies.
Research
Security News
Socket researchers uncovered malicious npm and PyPI packages that steal crypto wallet credentials using Google Analytics and Telegram for exfiltration.
Product
Socket now supports .NET, bringing supply chain security and SBOM accuracy to NuGet and MSBuild-powered C# projects.