PHP Classes

File: public/mdb/scss/addons/_directives.scss

Recommend this page to a friend!
  Classes of Ahmad Mustapha   PHP Todo List   public/mdb/scss/addons/_directives.scss   Download  
File: public/mdb/scss/addons/_directives.scss
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Todo List
Application to manage a list of tasks to do
Author: By
Last change:
Date: 1 year ago
Size: 136 bytes
 

Contents

Class file image Download
// Optional directives @each $key in (0, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100) { .opacity-#{$key} { opacity: $key * .01; } }