- android - RelativeLayout 背景可绘制重叠内容
- android - 如何链接 cpufeatures lib 以获取 native android 库?
- java - OnItemClickListener 不起作用,但 OnLongItemClickListener 在自定义 ListView 中起作用
- java - Android 文件转字符串
每当我向我的 CSS 文件添加代码时,我都会在使用 Bootstrap 时遇到此错误。
Invalid CSS after "": expected selector or at-rule, was "<!DOCTYPE html>" (in /users/app_project/app/assests/stylesheets/custom.css.scss)
Extracted source (around line #4):
1: <!DOCTYPE html>
2: <html>
3: <head>
4: <%= stylesheet_link_tag "application", :media => "all" %>
5: <%= javascript_include_tag "application" %>
6: <%= csrf_meta_tags %>
7: </head>
我以前能够毫无错误地向它添加代码,但在某些时候我一定是在某处进行了更改,导致了这个问题。
这是我使用的原始 CSS,没有出现任何错误
@import "bootstrap";
/*universal*/
html {
overflow-y: scroll;
}
body {
padding-top: 60px;
}
section {
overflow: auto;
}
textarea {
resize: vertical;
}
.center {
text-align: center;
}
.center h1 {
margin-bottom: 10px;
}
.container-fluid {
background-color: #eee;
}
/* typography */
h1, h2, h3, h4, h5, h6 {
line-height: 1;
}
h1 {
font-size: 3em;
letter-spacing: -2px;
margin-bottom: 30px;
text-align: center;
}
h2 {
font-size: 1.7em;
letter-spacing: -1px;
margin-bottom: 30px;
text-align: left;
font-weight: normal;
color: black;
}
p {
font-size: 1.1em;
line-height: 1.7em;
}
#logo {
float: left;
margin-right: 10px;
font-size: 1.7em;
color: #d81010;
text-transform: uppercase;
letter-spacing: -1px;
padding-top: 9px;
font-weight: bold;
line-height: 1;
}
#logo:hover {
color: black;
text-decoration: none;
}
li {
text-align: left;
}
h1#class {
color:#ff5a28;
}
.nav-center {
color: blue;
}
这是我尝试添加的一些导致错误的代码。
* {
margin: 0;
}
html, bodY {
height: 100%;
}
.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -4em;
}
.footer, .push {
height: 4em;
}
footer {
background-color: #70ff00;
}
导致错误的不仅仅是上面的代码。任何额外的 CSS 都会导致我收到错误。
我做错了什么?如果需要,我也可以发布我正在使用的 html 代码。
最佳答案
我在使用 Middleman 时遇到了同样的问题。构建过程似乎试图将特定布局应用于源文件夹中的所有文件。稍作搜索后,我推断该布局甚至被应用于 Bower 组件中存在的完整 HTML 测试文件。结果,测试文件中的标签嵌套在我的布局标签中。我通过在 config.rb 中指定一个正则表达式解决了这个问题,该布局仅应用于特定的 HTML 文件。
关于html - Sass::SyntaxError in Static_pages#home - ""之后无效的 CSS:尝试将代码添加到 CSS 文件时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14443688/
我在阅读 Michael Hartl 的教程时遇到此错误。第 5.3.2 节(Rails 路线)。 我的routes.rb文件的内容是 SampleApp::Application.routes.dr
我正在按照 Michale Hartl 的教程进行操作,目前正处于此步骤: list 5.23。添加根路由的映射。配置/routes.rb SampleApp::Application.routes.
我在 railstutorial 的 5.1.2,我刚刚安装了 Bootstrap-sass(我已经仔细检查过,gem 就在那里)。 http://ruby.railstutorial.org/cha
当我运行服务器浏览器时,会显示如下内容: Routing Error No route matches [GET] "/static_pages/home" Try running rake rout
每当我向我的 CSS 文件添加代码时,我都会在使用 Bootstrap 时遇到此错误。 Invalid CSS after "": expected selector or at-rule,
我刚刚从 Rails 3.2.10 升级到 3.2.11,并且没有对我的应用程序进行任何其他更改。 突然间,我的网站无法加载 - 并给出错误消息: ExecJS::RuntimeError in St
我是一名优秀的程序员,十分优秀!