mirror of
https://github.com/material-components/material-web.git
synced 2026-03-09 00:09:23 +08:00
chore: remove todo from catalog code
PiperOrigin-RevId: 608782651
This commit is contained in:
parent
7154a44fec
commit
3e934e17b9
@ -89,7 +89,7 @@ module.exports = function (eleventyConfig) {
|
||||
|
||||
eleventyConfig.setLibrary('md', md);
|
||||
|
||||
// Add a TOC plugin (implementation is TODO for now)
|
||||
// Add a TOC plugin (implementation is wip for now)
|
||||
eleventyConfig.addPlugin(pluginTOC, {
|
||||
tags: ['h2', 'h3', 'h4'],
|
||||
wrapper: 'div',
|
||||
|
||||
@ -66,7 +66,7 @@ if (DEV) {
|
||||
treeShaking: true,
|
||||
legalComments: 'external',
|
||||
plugins: [
|
||||
// TODO: this plugin currently breaks certain css props for SVGs
|
||||
// This plugin currently breaks certain css props for SVGs
|
||||
// (circularprogress) minifyHTMLLiteralsPlugin({
|
||||
// shouldMinify: (template) => {
|
||||
// const tag = template.tag && template.tag.toLowerCase();
|
||||
|
||||
@ -5,4 +5,4 @@
|
||||
*/
|
||||
|
||||
// this is used in /site/index.html
|
||||
// TODO implement when we decide to add stuff to home page
|
||||
// Note: implement when we decide to add stuff to home page
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user