style:增加响应式样式定义。
This commit is contained in:
@@ -3,3 +3,6 @@
|
||||
<%- css(['css/prism.css']) %>
|
||||
<%- css(['css/theme.css']) %>
|
||||
<%- css(['css/style.css']) %>
|
||||
<%- css({href: 'css/narrow.css', media: 'screen and (max-width: 600px)'}) %>
|
||||
<%- css({href: 'css/medium.css', media: 'screen and (min-width: 601px) and (max-width: 900px)'}) %>
|
||||
<%- css({href: 'css/wide.css', media: 'screen and (min-width: 901px)'}) %>
|
Reference in New Issue
Block a user