TangoMan75 / glyphicons

TangoMan Glyphicons is a standalone version of Bootstrap 3.4.1 Glyphicons Halfling.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GH language GH tag GH release GH license GH stars visitors

TangoMan Glyphicons

TangoMan Glyphicons is a standalone version of Bootstrap 3.4.1 Glyphicons Halfling.

🏁 Get Started

CDN

Copy-paste the stylesheet <link> into the <head> section of your html file before all other stylesheets to load Glyphicon CSS.

<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/TangoMan75/glyphicons/css/glyphicons.css">

CSS

  1. Copy and paste css and fonts folders into the public directory of your project.

  2. Add following stylesheet <link> into the <head> of your document.

<link rel="stylesheet" href="./css/glyphicons.css">

πŸ“‘ Documentation

Documentation available here: Bootstrap 3.4 Glyphicons Component

πŸ’» Dependencies

TangoMan Glyphicons requires the following dependencies:

  • Make
  • Node.js
  • npm
  • Sass
  • Yarn

πŸ›  Make

🐧 Install Make (Linux)

On linux machine enter following command

$ sudo apt-get install --assume-yes make

🏁 Install Make (Windows)

On windows machine you will need to install cygwin or GnuWin make first to execute make script.

🍎 Install Make (OSX)

Make should be available by default on OSX system, but you can upgrade make version with following command

$ brew install make

πŸ¦– Node.js

🐧 Install Node.js (Linux)

On linux machine install node globally with the following commands (requires curl):

$ curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
$ sudo apt-get install --assume-yes nodejs

🏁 Install Node.js (Windows)

Download and install recommended LTS version from here: Node.js

🍎 Install Node.js (OSX)

Download and install recommended LTS version from here: Node.js


πŸ¦„ Sass

🐧 Install Sass (Linux)

On linux machine install sass globally with the following commands.

With yarn:

$ sudo yarn global add sass

With npm:

$ sudo npm install sass -g

🧢 Yarn

🐧 Install Yarn (Linux)

On linux machine install yarn globally with the following commands (requires curl):

$ curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
$ echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
$ sudo apt-get update
$ sudo apt-get install --assume-yes yarn

🏁 Install Yarn (Windows)

Download and install latest version from here: yarnpkg.com

🍎 Install Yarn (OSX)

You can install Yarn through the Homebrew package manager. This will also install Node.js if it is not already installed.

$ brew install yarn

πŸ”₯ Usage

Run make to print help

$ make [command] 

Valid commands are: help sass watch install

πŸ€– Commands

⚑ help:

$ make help:

Print this help

⚑ sass:

$ make sass:

Compile scss

⚑ watch:

$ make watch:

Watch scss folder

⚑ install:

$ make install:

Install standalone Sass globally

πŸ“œ License

Copyrights (c) 2011-2016 Twitter Inc, The Bootstrap Authors

License Distributed under the Apache license.

If you like TangoMan Glyphicons please star, follow or tweet about it:

GitHub stars GitHub followers Twitter

... And check my other cool projects.

πŸ™ Acknowledgements

About

TangoMan Glyphicons is a standalone version of Bootstrap 3.4.1 Glyphicons Halfling.

License:MIT License


Languages

Language:SCSS 71.7%Language:Shell 19.4%Language:Makefile 8.9%