在 html 代码中验证推特 bootstrap 类
Validating twitter bootstrap classes in an html code
有人知道在 html 代码中验证推特 bootstrap 类 的解决方案吗?
我的意思是检查 行 的代码样式规则以确保它们被放置在 容器 中,检查 cols 以确保它们在 行 中,...诸如此类!
我不是要 "opinionated answers"。 自以为是的答案 仅当您知道至少两个不同 问题的解决方案时,而不是当您对此一无所知时。
我想要一个像 https://validator.w3.org but for validating classes in twitter bootstrap. Something like https://github.com/twbs/bootlint 这样的工具 [bootlint 不支持 bootstrap v4!]
Bootlint 是官方的 Bootstrap linter。从最近的提交来看,这个项目目前正在维护中。
它应该足以解决您的问题,例如 it will detect missplaced .row。
有人知道在 html 代码中验证推特 bootstrap 类 的解决方案吗?
我的意思是检查 行 的代码样式规则以确保它们被放置在 容器 中,检查 cols 以确保它们在 行 中,...诸如此类!
我不是要 "opinionated answers"。 自以为是的答案 仅当您知道至少两个不同 问题的解决方案时,而不是当您对此一无所知时。
我想要一个像 https://validator.w3.org but for validating classes in twitter bootstrap. Something like https://github.com/twbs/bootlint 这样的工具 [bootlint 不支持 bootstrap v4!]
Bootlint 是官方的 Bootstrap linter。从最近的提交来看,这个项目目前正在维护中。
它应该足以解决您的问题,例如 it will detect missplaced .row。