Sha256: e8badcfd92026afd47e0299b5f4547a4b7d7a2d2fa51038bc3cb628b908dd582
Contents?: true
Size: 733 Bytes
Versions: 46
Compression:
Stored size: 733 Bytes
Contents
// Define custom properties as css color variables :root{ --primary: #{$primary}; --primary-rgb: #{$primary-rgb}; --secondary: #{$secondary}; --secondary-rgb: #{$secondary-rgb}; --success: #{$success}; --success-rgb: #{$success-rgb}; --warning: #{$warning}; --warning-rgb: #{$warning-rgb}; --alert: #{$alert}; --alert-rgb: #{$alert-rgb}; --highlight: #{$highlight}; --highlight-rgb: #{$highlight-rgb}; --highlight-alternative: #{$highlight-alternative}; --highlight-alternative-rgb: #{$highlight-alternative-rgb}; --proposals: #{$proposals}; --actions: #{$actions}; --debates: #{$debates}; --meetings: #{$meetings}; --twitter: #{$twitter}; --facebook: #{$facebook}; --google: #{$google}; }
Version data entries
46 entries across 46 versions & 1 rubygems