Package org.auraframework.impl.css.parser

Examples of org.auraframework.impl.css.parser.DuplicateFontFacePlugin$FontKey


    public List<Plugin> getContextualRuntimePlugins() {
        List<Plugin> plugins = new ArrayList<>(1);

        // when pre-compilation is ready, this should probably be there instead
        // also when we move to multiple app.css files, need to revisit this
        plugins.add(new DuplicateFontFacePlugin());

        return plugins;
    }
View Full Code Here

TOP

Related Classes of org.auraframework.impl.css.parser.DuplicateFontFacePlugin$FontKey

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.