Importing font awesome CSS into web component (FASTElement)
I am trying to include the Font Awesome CSS into ahttps://www.fast.design/docs/api/fast-elementindustrial furniture like this: import { css } from '@microsoft/fast-element'; import { Theme } from '../../theme'; import * as style from '../../assets/fontawesome/css/all.css'; export const styles = css` ${style} :host { contain: content; display: flex; flex-direction: row; border: 2px solid ${Theme.primaryColor}; width: 512px; height: 256px; } `; I think the CSS needs to be a string, so I tried to do this by updating mywebpack.config.js, which looks like this: const HtmlWebpackPlugin = require('html-webpack-plugin'); const path = require('path'); module.exports = function (env, { mode }) { const production = mode === 'production'; return { mode: production ? 'production' : 'development', devtool: production ? 'source-map' : 'inline-source-map', entry: { app: './src/main.ts', fa: './src/assets/fontawesome/css/all.css' }, output: { filename: '[name].[contenthash].bundle.js', publicPath: '/', clean: true }, resolve: { extensions: ['.ts', '.js'], modules: ['src', 'node_modules'] }, devServer: { port: 9000, historyApiFallback: true, open: !process.env.CI, devMiddleware: { writeToDisk: true, }, static: { directory: path.join(__dirname, './') } }, plugins: [ new HtmlWebpackPlugin({ template: './index.html' }), ], module: { rules: [ { test: /\.ts$/i, use: [ { loader: 'ts-loader' } ], exclude: /node_modules/ }, { test: /\.css$/i, use: ['style-loader', 'css-loader'], }, ] } } } I modified my config followingthis stackoverflow post: { test: /\.css$/, use: [ 'to-string-loader', 'css-loader' ] } ...but that has the effect of causing the Font Awesome icons outside of my component to stop rendering altogether, and the icons inside the component render as square boxes, which might have something to do with fonts. Has anyone managed to import Font Awesome into web components in general andFASTElements in particular?1.2KViews0likes0CommentsExcel Filter stumbling block - Teams / SharePoint / Excel Online
We are trying to rollout SharePoint and Teams but have hit a real stumbling block with Excel filters. A lot of our people work on shared spreadsheets and apply multiple filters. When we come to demoing this with Teams or SharePoint the issue is raised with not being able to work shared with different filters for different people. There is no easy workaround for users that I have yet come across. What are you doing to get around this? Seems like a real oversight not to allow multiple users apply filters to there own view without effecting others. Current they are using shared spreadsheets on a file server.Solved21KViews2likes8CommentsOvercoming Complacency?
Hey everyone! Greetings from Atlanta, GA. I've recently stepped into the role of a Customer Success Manager for Microsoft, and I'll be driving adoption for companies with low numbers of Active vs. Qualified Entitlements for Microsoft Teams. My question to you all is this: how do you overcome the objection of "things are fine the way they are?" Companies often have so much on their plate that the LAST of their concerns is the adoption of a new communication platform. How can we be respectfully persistent and convince them that, although we understand and respect their priorities, MS Teams would be an incredible asset to the company in the long run? Thanks in advance for your responses. All the best, Guilherme Apollonio4.3KViews2likes16CommentsMicrosoft 365 Apps for Enterprise Adoption guide now live!
The new Microsoft 365 Apps for Enterprise (formally Office 365 ProPlus) adoption guide is now available. This guide offers implementation tips and links to many helpful resources. Please use this link below to access it. Thanks! https://teamworktools.azurewebsites.net/m365apps/#p=11.6KViews4likes0CommentsTeams Flipbook Not Available
Hi There, Maybe the community can help me out with this one. I was working on the Teams Flipbook a couple of days ago when trying to access it this morning I no longer have access to the document. Is there a comparable document available? Looking for a good interactive Teams and general O365 into collateral. Thank you, everyone!1.7KViews1like1CommentMove to Office 365 Fast and Accelerate Remote Work
Is your organization prepared to enable remote work? By moving to Office 365, organizations will be able to enable remote work for their employees in times of crisis while gaining access to Microsoft Teams and all the tools that end users need to get work done. Our experts will show you which migration strategy is right for you, and how you can get there as quick and efficient as possible to keep business moving forward. REGISTER TODAY1.1KViews0likes0CommentsLearn How to Migrate, Mobilize, and Manage Your Move to Office 365
The Belgian Police realized they needed to make the move to Office 365 to ensure the entire country’s police force were agile and able work from anywhere, in a secure way. Learn how they were able to move quickly to Office 365, increase their security capabilities and get their users mobilized today! Register today and learn more!1.2KViews0likes0CommentsHow did you overcome adoption resistance?
I am fairly new and POC for driving adoption within my tenant. I am curious what challenges some of you faced when starting those talks? What went bad and how did you change those results? We are in islands mode for now and have many users using, but now I am pushing to get further adoption and will lead these talks for first time.909Views0likes0CommentsLive Webinar: Understand Key Roles in Making Office 365 Successful!
A live presenter will walk through scenarios and encourage discussion and questions from attendees to learn out how Office 365 can make youmore productive. Register today: http://aka.ms/O365buildawareness Find other webinars like this one here: http://fasttrack.microsoft.com/office/webinar/live1.3KViews2likes0Comments