css less从哪里执行? [英] Where css less is executing from?

查看:76
本文介绍了css less从哪里执行?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在我的站点中,我没有任何LESS代码或此类设置,但是当我检查FireFox检查器时,似乎在我的站点中生成了一些CSS LESS,但我不知道其原因.产生的东西就像:

In my site I don't have any LESS code or such set up but there seem to be some CSS LESS generating in my site when I check in FireFox inspector but I don't know the cause of it. Things are being generated are like:

grid-framework.less |正常化|表格|脚手架.

grid-framework.less | normalize.less | table.less | scaffolding.less

很遗憾,我无法发布所有代码,因为它很大.所以这是CSS包含

I can't unfortunately post all the code because is huge. So here are the CSS includes

<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/myStyle.css" rel="stylesheet">
<link rel="stylesheet" href="css/font-awesome.css">

脚本包含

<script src="js/jquery-3.1.0.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/lib/screenfull/screenfull.js"></script>

推荐答案

它来自您的.map文件,LESS/SCSS/SASS在编译后就创建了该文件.该文件的目的是为CSS样式提供原始文件位置,以便于调试和开发.

It's coming from your .map file that LESS/SCSS/SASS creates once compiled. The purpose of this file is to give the original file location of the CSS styles for easier debugging and development.

如果您不使用编译器,则不需要,但是如果您使用编译器,那很好.

You don't need it if you aren't using a compiler, but it is nice to have in the event you are.

这篇关于css less从哪里执行?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆