随笔分类 -  css+sass+less

摘要:Flex案例一: 1 <html> 2 <head> 3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 4 <title>无标题</title> 5 <style type="text/css"> 6 bo 阅读全文
posted @ 2018-07-11 09:54 lhweb15 阅读(286) 评论(0) 推荐(0)
摘要:在浏览器页面有时看到sass文件而不是css文件问题,其主要由于sass开启了source-map(调试)功能,问题如下图: sass调试 sass调试需要开启编译时输出调试信息和浏览器调试功能,两者缺一不可。 开启编译调试信息 目前sass的调试分为两种,一种为开启debug-info,一种为开启 阅读全文
posted @ 2016-07-15 11:11 lhweb15 阅读(3995) 评论(0) 推荐(0)