css/less/hacker.less

10 lines
291 B
Plaintext
Raw Permalink Normal View History

2015-04-14 16:26:58 +00:00
// import bootstrap base
2017-12-30 00:27:49 +00:00
@import "../node_modules/bootstrap/less/bootstrap.less";
2018-06-08 22:57:32 +00:00
@import (css) url('https://fonts.googleapis.com/css?family=IBM+Plex+Mono:400,400i');
2018-04-26 20:40:41 +00:00
2015-04-14 16:26:58 +00:00
// import custom variables
@import "hacker/_variables.less";
// import custom theme changes
@import "hacker/_theme.less";